home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
lib
/
objcol2
/
vircon.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-03-13
|
334 b
|
14 lines
#define S_INT 1
#define US_INT 2
#define L_INT 3
#define UL_INT 4
#define CHAR 5
#define POINTER 6
void VC_cls();
void VC_setWriteColor( int fc );
void VC_setBackColor( int bc );
void VC_locate( int x, int y );
void VC_init( char *work, int bx, int by, int w, int l, int fc, int bc );
int VC_printf( char *fmt, ... );